SetCurrentTime Interface

public interface SetCurrentTime

Module Procedures

private subroutine SetCurrentTimeFloat(time, layer)

set the current time of a float grid

Arguments

Type IntentOptional Attributes Name
type(DateTime), intent(in) :: time
type(grid_real), intent(inout) :: layer

private subroutine SetCurrentTimeInteger(time, layer)

set the current time of a integer grid

Arguments

Type IntentOptional Attributes Name
type(DateTime), intent(in) :: time
type(grid_integer), intent(inout) :: layer